/* Add your custom CSS below */
@font-face {
	font-family: "EYInterstate-Bold";
	src: url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-Bold.woff") format("woff"), 
	url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-Bold.ttf") format("truetype"), 
	url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-Bold.eot?#iefix") format("embedded-opentype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "EYInterstate-Regular";
	src: url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-Regular.woff") format("woff"),
	url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-Regular.ttf") format("truetype"),
	url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-Regular.eot?#iefix") format("embedded-opentype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "EYInterstate-Light";
	src: url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-Light.woff") format("woff"),
	url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-Light.ttf") format("truetype"),
	url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-Light.eot") format("embedded-opentype");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "EYInterstate-LightItalic";
	src: url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-LightItalic.woff") format("woff"), 
	url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-LightItalic.ttf") format("truetype"), 
	url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-LightItalic.eot") format("embedded-opentype");
	font-style: italic;
	font-weight: 300;
}

@font-face {
	font-family: EYInterstate-RegularItalic;
	src: url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-RegularItalic.ttf") format('truetype');
}

@font-face {
	font-family: EYInterstate-Italic;
	src: url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-Italic.ttf") format('truetype');
}

@font-face {
	font-family: EYInterstate-LightBold;
	src: url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-LightBold.ttf") format('truetype');
}

@font-face {
	font-family: EYInterstate-LightBoldItalic;
	src: url("//info.ey.com/rs/520-RXP-003/images/EYInterstate-LightBoldItalic.ttf") format('truetype');
}

@font-face {
	font-family:'FontAwesome';
	src:url("//eu-lon09.marketo.com/rs/602-LNU-875/images/fontawesome-webfont.eot?v=4.7.0");
	src:url("//eu-lon09.marketo.com/rs/602-LNU-875/images/fontawesome-webfont.eot?v=4.7.0#iefix&v=4.7.0") format("embedded-opentype"),
	url("//eu-lon09.marketo.com/rs/602-LNU-875/images/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
	url("//eu-lon09.marketo.com/rs/602-LNU-875/images/fontawesome-webfont.woff?v=4.7.0") format("woff"),
	url("//eu-lon09.marketo.com/rs/602-LNU-875/images/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
	url("//assets.ey.com/etc/designs/zg/eydff/desktop/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight:normal;
	font-style:normal
}


.mktoForm * {
	-webkit-appearance: none;
	font-size: 16px;
	line-height: 28px;
	font-family: 'EYInterstate-light', Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	color: #2e2e38;
 	font-weight:normal;
}


.mktoError, .mktoError * {
	display:none !important;
}

.mktoForm {
    width: 100% !important;
	background: #fee600 !important;
  	padding:0px;
}

.mktoForm .mktoFormCol {
    width: 100%;
	 margin: -7px 0px !important;
}

.mktoForm .mktoFieldWrap {
    width: 100%;
}

.mktoForm .mktoField {
    float: none;
}

.mktoHtmlText {
	width:100% !important;
}

select option:first-child
{
    color: #747480;
}


.mktoForm .mktoHasWidth {
	width: 100%;
}

.mktoForm .mktoOffset {
	height: 25px;
}

.mktoForm .mktoFormRow {
	clear: both;
	margin: 5px 0px;
}

select::-ms-expand {
    display: none;
}

.mktoForm .mktoLabel:not([for="privacyConsent"]):not([for="optin"]) {
	font-family: 'EYInterstate-light', Arial, Helvetica, sans-serif !important; 
	width: auto !important;
	font-size: 16px;
	line-height: 28px;
	background: transparent;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
	top: 42px;
	left: 20px;	
	padding: 0 !important;  	
  	font-weight:normal;
  color: #2E2E38;
}

label[for="privacyConsent"], label[for="optin"] {
	font-family: 'EYInterstate-light', Arial, Helvetica, sans-serif !important;
	width: 90% !important;
	font-size: 16px;
	line-height: 28px !important;
	background-color:transparent;
	border: none;
	margin: 0em !important;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
	color:#2E2E38 !important;
	padding: 0;
	left: 35px;
  	font-weight:normal;
  	padding:0 !important;
  	margin:0;
}

.mktoHtmlText {
	font-size: 16px;
	line-height: 28px;
	font-family: 'EYInterstate-light', Arial, Helvetica, sans-serif !important;
	color: #cfcfcf;
  	font-weight: normal;
  	width: 100%;
}
.mktoForm a {
	color: #55acee;
  	font-size: 16px;
	line-height: 28px !important;
	text-decoration: none !important;
	font-family: 'EYInterstate-bold', Arial, Helvetica, sans-serif !important;
  	font-weight: normal !important;
}

.mktoForm a:hover {
	color: #000;
	text-decoration: underline;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date] {
    font-family: 'EYInterstate-regular', Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 0;
    height: 66px;
    color: #000;
    padding: 45px 0px 14px 20px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100% !important;
    font-weight: normal;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
}

.mktoForm input[type=text]:focus, .mktoForm input[type=url]:focus, .mktoForm input[type=email]:focus, .mktoForm input[type=tel]:focus, .mktoForm input[type=number]:focus, .mktoForm input[type=date]:focus, .mktoForm select.mktoField:focus, .mktoForm textarea.mktoField:focus {
	border: 1px solid #ffffff !important;
}

.mktoForm textarea.mktoField {
	font-family: 'EYInterstate-regular', Arial, Helvetica, sans-serif !important;
	min-height: 120px;
	max-width: 100%;
	min-width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	border: 1px solid #ffffff;
	background: #ffffff;
	border-radius: 0;
	outline: none;
	height: 65px;
	color: #0e0c0c;
	padding: 36px 0px 14px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
}

.mktoForm .mktoButton:focus {outline: -webkit-focus-ring-color auto 1px !important;}

.mktoForm select.mktoField {
	font-family: 'EYInterstate-regular', Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	line-height: 28px;
	border: 1px solid #ffffff;
	background: #ffffff;
	border-radius: 0;
	height: 65px !important;
	color: #2e2e38;
	padding: 20px 20px 20px 20px !important;
	width: 100% !important;
	font-weight: normal;
   	appearance: none;
	border-radius: 0;
	@include border-radius(0);
	-webkit-border-radius:0px;
	margin: 0;      
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-appearance: none;
  	-moz-appearance: none;
	background-image: url("https://marketostage-info.ey.com/rs/602-LNU-875/images/expand-more-black.svg") !important;
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 15px auto;
}

select option:first-child {
	color: #747480;
}

.mktoForm .mktoCheckboxList > label {
	display:none;
}


.mktoForm.mktoLayoutAbove .mktoCheckboxList {
	float: none;
}

.mktoForm .mktoCheckboxList {
    width: 25px !important;
    padding: 0 !important;
    clear: both !important;
    height:auto;
  	position: absolute;
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 1px solid #57575f;
	margin: 3px 10px 0px 0px;
	padding: 0;
  	cursor: pointer;
  	background: none;
}

input[type="checkbox"]::-ms-check {
	background: #1a1a24; 
	border: 1px solid #6d6d78;
}

input[type="checkbox"]:checked {
	background-image: url("https://marketostage-info.ey.com/rs/602-LNU-875/images/check-black.svg?version=0");
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
}

input[type=checkbox]:checked::-ms-check {
	background-image: url("https://marketostage-info.ey.com/rs/602-LNU-875/images/check-black.svg?version=0");
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
}

.IEErrorCheckbox {
  	border: 1px solid #fc2a35 !important;
}

.IEErrorCheckbox::-ms-check {
	border: 1px solid #fc2a35 !important;
}


.mktoButtonRow {
    padding: 24px 0px !important;
    text-align: left !important;
    width: 100%;
}
.mktoButtonRow span {
	margin: 0px !important;
}

.mktoForm .mktoButton {
    color: #fff !important;
    width: 100% !important;
    border-width: 1px !important;
    background: #000 !important;
    border: 1px solid #000000 !important;
    padding: 15px 27px;
    cursor: pointer;
    font-weight: normal;
    -webkit-transition: color 0.3s,background 0.3s;
    transition: color 0.3s,background 0.3s;
    font-family: 'EYInterstate-bold', Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 28px;
}
.mktoForm .mktoButton:hover {
	border: 1px solid #ffffff !important; 
	color: #000 !important; 
	background: #ffffff !important;
}

.Focused {
	top: 36px !important;
	font-size: 14px !important;
	color:#c4c4cd !important;
}


#g-recaptcha-container {
	margin: 0px 0px 0px 0px;
}

#g-recaptcha-container div {
	width: 304px; 
	height: 78px;
}

#g-recaptcha-container iframe {
	padding:0px;
}

.mktoForm .mktoRequiredField .mktoAsterix, .mktoForm .mktoError, 
.mktoForm .mktoError .mktoErrorMsg, .mktoForm .mktoError .mktoErrorArrow {
	display: none !important;
}


@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {

	.mktoForm .mktoGutter, .mktoForm .mktoOffset {
		display: block;
	}

	.mktoForm .mktoFieldWrap {
		float: left;
	}

	#g-recaptcha-container {
		transform: scale(0.9); 
		transform-origin: 0;
	}
  
  .mktoForm {
    width: 100% !important;
    background: #fee600;
    padding: 0px;
}
  h1 {
    position: relative;
    right: 10px !important;
    /* float: left !important; */
}
  .mktoForm .mktoFormCol {
    float: inline-end !important;
}
  
}


.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    
    color: #fff;
    border: none !important;
    padding: 12px 14px !important;
    font-size: 1em;
    background: #64b6dd;
    background-color: #040404 !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    text-transform: none !important;
}



.rc-anchor-dark {
    background: #f0eeee !important;
    color: #ffffff;
}

.rc-anchor-dark.rc-anchor-normal, .rc-anchor-dark.rc-anchor-compact {
    border: 1px solid #ffffff !important;
}



.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    
    color: #fff !important;
    border: none !important;
    padding: 12px 14px !important;
    font-size: 1em;   
    background-color: #2e2e38!important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    text-transform: none !important;
}




.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    border: 1px solid #000 !important;
    background: #ffffff!important;
    color: #000 !important;
}


input#optin {
    position: relative;
    /*top: -14px;*/
}

label#Lbloptin {
    position: relative;
   /* top: -14px;*/
}

input#privacyConsent {
    position: relative;
    /*top: -14px;*/
}

label#LblprivacyConsent {
    position: relative;
   /* top: -14px;*/
}

select option {
    background-color: #2E2E38 !important;
    color: #fff !important;
}

.CustomErrormessage {
clear: both;
display: block !important;
font-size: 14px;
font-family: 'EYInterstate-light', Arial, Helvetica, sans-serif !important;
}
